home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 16
/
Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso
/
Aminet
/
dev
/
src
/
wangisrc.lha
/
wangi
/
z
/
fakepoint
/
gst.c
< prev
next >
Wrap
C/C++ Source or Header
|
1996-06-20
|
398b
|
21 lines
// ANSI headers
#include <string.h>
#include <ctype.h>
#include <stdlib.h>
// Amiga headers
#include <exec/types.h>
#include <exec/execbase.h>
#include <exec/memory.h>
#include <intuition/intuition.h>
#include <dos/dos.h>
#include <workbench/startup.h>
#define __USE_SYSBASE
#undef _USEOLDEXEC_
#include <proto/exec.h>
#include <proto/dos.h>
#include <proto/intuition.h>
#include <proto/icon.h>